home *** CD-ROM | disk | FTP | other *** search
- Letter Shift - Documentation
-
-
- Programmed by Konstantin Articus
- Gross strasse 21
- 2250 Husum
- West Germany
-
-
- This game is Public Domain.
- You may change it for your own purpose,
- but please share it unmodified.
-
- Hardware requirements: none
- DOS: tested with 3.2 but it should also work with other DOS versions
- Pascal: Turbo Pascal 4.0 -
- with little changes it also works on Turbo 3.0
-
- Files on disk:
-
- LS.DOC Documentation for Letter Shift
- LS.EXE Compiled version of Letter Shift
- LS.PAS Source code of Letter Shift
-
-
- optional parameters:
-
- F for faster shuffling - a loop slows the speed down so that you can
- see the shuffling. If you don't want to see that
- or if your PC is too slow. Use the F option.
-
- M for monochrom monitor - I used colours and shadows to beautify the
- program, but on some machines it is
- more beautiful without colours
-
-
- Letter Shift is a game (not only) for children. The aim of the game is
- to put unarranged letters in alphabetical order.
-
- It seems simple, but it can be very difficult. This depends on how often
- the letters are shuffled. The most difficult game results from an input
- between 30 to 50.
-
- How to move the letters:
- One field on the board is emtpy. A neighbouring letter (vertical
- or horizontal) can be set on the empty field by typing it in.
- The computer doesn't allow non-existing or non-neighbouring letters
- to be moved.
-
-
- Example:
-
- Board: (3 times shuffled)
-
- ╔═══╦═══╦═══╦═══╗
- ║ A ║ B ║ C ║ D ║
- ╠═══╬═══╬═══╬═══╣
- ║ E ║ F ║ G ║ H ║
- ╠═══╬═══╬═══╬═══╣
- ║ I ║ J ║ L ║ ║
- ╠═══╬═══╬═══╬═══╣
- ║ M ║ N ║ K ║ O ║
- ╚═══╩═══╩═══╩═══╝
-
- Input: L
-
- Board:
-
- ╔═══╦═══╦═══╦═══╗
- ║ A ║ B ║ C ║ D ║
- ╠═══╬═══╬═══╬═══╣
- ║ E ║ F ║ G ║ H ║
- ╠═══╬═══╬═══╬═══╣
- ║ I ║ J ║ ║ L ║
- ╠═══╬═══╬═══╬═══╣
- ║ M ║ N ║ K ║ O ║
- ╚═══╩═══╩═══╩═══╝
-
- Input: K
-
-
- Board:
-
- ╔═══╦═══╦═══╦═══╗
- ║ A ║ B ║ C ║ D ║
- ╠═══╬═══╬═══╬═══╣
- ║ E ║ F ║ G ║ H ║
- ╠═══╬═══╬═══╬═══╣
- ║ I ║ J ║ K ║ L ║
- ╠═══╬═══╬═══╬═══╣
- ║ M ║ N ║ ║ O ║
- ╚═══╩═══╩═══╩═══╝
-
- Input: O
-
- Board:
-
- ╔═══╦═══╦═══╦═══╗
- ║ A ║ B ║ C ║ D ║
- ╠═══╬═══╬═══╬═══╣
- ║ E ║ F ║ G ║ H ║
- ╠═══╬═══╬═══╬═══╣
- ║ I ║ J ║ K ║ L ║
- ╠═══╬═══╬═══╬═══╣
- ║ M ║ N ║ O ║ ║ <- this field must be empty !
- ╚═══╩═══╩═══╩═══╝
-
- Now the riddle is solved !
-
- Enjoy
- Letter Shift !
-
-
-
-
-
-
-
-
-
-
-